From 7956156d705297ba7c372577bb19c09517bbd444 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 24 Jan 2024 09:50:37 -0500 Subject: Upgrade Next.js to 14.1.0 --- src/app/groups/[groupId]/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/app/groups/[groupId]/layout.tsx') diff --git a/src/app/groups/[groupId]/layout.tsx b/src/app/groups/[groupId]/layout.tsx index 3e649e7..fc76b61 100644 --- a/src/app/groups/[groupId]/layout.tsx +++ b/src/app/groups/[groupId]/layout.tsx @@ -5,7 +5,7 @@ import { getGroup } from '@/lib/api' import { Metadata } from 'next' import Link from 'next/link' import { notFound } from 'next/navigation' -import { PropsWithChildren } from 'react' +import { PropsWithChildren, Suspense } from 'react' type Props = { params: { @@ -41,7 +41,9 @@ export default async function GroupLayout({
- + + +
-- cgit v1.3